home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
help_turtle.swf
/
scripts
/
DefineButton2_141
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
283 b
|
11 lines
on(release){
set("/:bxspeed",eval("/:bxspeed") - 1);
set("/:byspeed",eval("/:byspeed") - 1);
set("/:xspeed",eval("/:xspeed") - 1);
_root.clearMc();
set("/:point",0);
_root.lifeMc.bar._xscale = 100;
_root.gotoAndPlay("re");
this.removeMovieClip();
}